ActiveReports Developer 7
SignatureField<T> Constructor(T,Boolean,Boolean)
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace > SignatureField<T> Class > SignatureField<T> Constructor : SignatureField<T> Constructor(T,Boolean,Boolean)

value
Value to write on signature
visible
true, if value should be written
showLabel
true, if label for value should be shown

Glossary Item Box

Initializes a new instance of the Generic SignatureField class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As T, _
   ByVal visible As System.Boolean, _
   ByVal showLabel As System.Boolean _
)
C# 
public SignatureField<T>( 
   T value,
   System.bool visible,
   System.bool showLabel
)

Parameters

value
Value to write on signature
visible
true, if value should be written
showLabel
true, if label for value should be shown

See Also